home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-06 | 1.4 KB | 38 lines | [TEXT/ttxt] |
- Framework NCR Driver
-
- This is a device driver ('ndrv') for an NCR 8250s PCI to SCSI
- bus hardware interface. It is intended solely as a sample
- ndrv, and should not be taken as a model for SCSI or NCR 8250
- programming.
-
- Compiles using MPW 3.4A7 (ETO 15) and MetroWerks
- Code Warrior 1.2 (GM).
-
- Build the sample as follows:
-
- 1. Copy the parent of this folder and its subfolders to
- the root of your hard disk.
- 2. Using the procedure described in the Framework
- driver parent folder, create PCICIncludes and
- PCILibraries folders on in the root of the same
- hard disk. Copy the current PCICIncludes and PCI
- Libraries from the DDK to their respective folders.
- 3. To build under MPW, copy the UserStartup•PCI file
- from the Framework driver folder to the MPW folder
- inside the Preferences folder in your System Folder.
- MPW should then resolve the library references.
- 4. To build under MetroWerks CW5 (1.2), select the
- "Reset File Paths" option from the Project menu.
- If it refuses to link the libraries, remove them from
- the project and re-add them from the PCILibraries
- folder.
-
- The test application is built in a similar manner. The
- test application is only useful for debugging. and
- probably only by the driver's author. The test application
- has only been built using MetroWerks. It is not intended
- as an extensive test of the driver.
-
- Martin Minow
- Version 1.0b3. April 5, 1995.
-